/*banner*/
.banner {
	position: relative;
	height: 700px;
	overflow: hidden;
	clear: both;
}
.ban_p, .ban_p li {
	height: 700px;
	overflow: hidden;
}
.ban_p li a {
	display: block;
	height: 700px;
	background: url(../image/banner1.jpg) no-repeat center 0;
}
.ban_t {
	width: 1100px;
	height: 50px;
	bottom: 20px;
	left: 50%;
	margin-left: -550px;
	position: absolute;
	text-align: center;
}
.ban_t em {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin-right: 10px;
	display: inline-block;
	background: #fff;
	cursor: pointer;
	opacity: 0.4;
}
.ban_t em.on {
	opacity: 1;
}
.til01 {
	text-align: center;
	height: 159px;
	color: #33393d;
	font-size: 40px;
	line-height: 64px;
	background: url(../image/tilbg1.png) no-repeat center 63px;
}
.til01.pro{
	height: 130px;
}
.til01 p {
	color: #767676;
	display: block;
	font-weight: normal;
	line-height: 43px;
    font-size: 18px;
    letter-spacing: 1PX;
}
.til01 a {
	color: #33393d;
}
.til01.pro a {
	color: #fff;
}
/*我们*/
.webox {
	line-height: 50px;
	color: #737373;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.webox_p {
	margin-right: 50px;
}
.webox:before{
	content: "";
	display: block;
	position: absolute;
	background: #1773bc;
	width: 600px;
	height: 396px;
	left: 20px;
	top: 20px;
	z-index: -1;
}
.webox_p, .webox_p img {
	width: 600px;
	display: block;
	overflow: hidden;
}
.webox_w {
	width: 500px;
	text-align: justify;
}
.webox_w h3 {
    font-size: 28px;
    color: #33393d;
    margin-top: 40px;
    font-weight: normal;
    margin-bottom: 25px;
}
.webox_w h3 b {
	color: #1773bc;
}
.webox_w p {
	line-height: 1.8em;
	margin-bottom: 20px;
}
.webox_w span {
	display: block;
	text-align: right;
}
.webox_w a.more,
.more01 a,
.show a.more{
    background: #1773bc;
    height: 46px;
    width: 160px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 46px;
    margin-top: 40px;
}
.show a.more{
	margin: 40px auto 0 auto;
}
.more01 a{
	margin-top: 0;
}
.webox_w a.more:hover,
.more01 a:hover,
.show a.more:hover{
	background: #09497b;
}
/*产品中心*/
.probox {
	height: 790px;
	padding: 180px 0 0;
	background: url(../image/probg.jpg) no-repeat center 0;
	margin-top: -5px;
}
.pro_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pro_list .swiper-container {
	width: 1200px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
.pro_list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 330px;
	overflow: hidden;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.pro_list .swiper-slide a{
	display: block;
	width: 100%;
}
.pro_list .swiper-slide a .img_box{
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.pro_list .swiper-slide img{
	max-width: 100%;
	height: 100%;
}
.pro_list .swiper-slide .name{
    width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    padding: 0 20px;
    width: calc(100% - 40px);
    background: #737373;
    color: #fff;
    font-size: 14px; 
    height: 40px;
    transition: all ease 0.4s;   
}
.pro_list .swiper-slide:hover .name{
    background: #1773bc;
    height: 50px;
}
.pro_list .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 0.3;
}
.pro_list .swiper-pagination-bullet-active{
	opacity: 1;
}


/*图片放大效果*/
.webox_p img,
.newbox dt img, 
.show_c li img,
.pro_list .swiper-slide img {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	transition: all ease .4s;
}
.webox_p img:hover,
.newbox dt img:hover, 
.show_c li img:hover,
.pro_list .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*优势*/
.edge {
	line-height: 24px;
	color: #737373;
	padding: 88px 0 66px;
	font-size: 16px;
	position: relative;
	padding: 128px 0 0;
	background: url(../image/edge_line.gif) no-repeat center 232px;
}
.edge h2 {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
}
.edge h3 {
	height: 66px;
	font-size: 28px;
	color: #1773bc;
	line-height: 38px;
}
.edge h3 em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #a8a8a8;
	text-transform: uppercase;
	line-height: 17px;
}
.edge li {
	font-size: 14px;
	clear: both;
	padding: 0 0 12px 23px;
	background: url(../image/ico01.gif) no-repeat 2px 9px;
}
.edge1 {
	height: 430px;
}
.edge2 {
	height: 273px;
}
.edge3 {
	height: 339px;
}
.edge_p1 {
	width: 519px;
}
.edge_w1 {
	width: 520px;
	padding: 54px 0 0;
}
.edge_ico1 {
	top: 39px;
	left: 564px;
}
.edge_p2 {
	width: 539px;
	top: -120px;
	right: 0;
}
.edge_w2 {
	width: 404px;
	left: 50px;
	top: -58px;
	white-space: nowrap;
    padding-top: 18px;	
}
.edge_w2 h3, .edge_w4 h3 {
}
.edge_ico2 {
	top: -58px;
	left: 564px;
}
.edge_p3 {
	width: 540px;
	left: 5px;
	top: -46px;
}
.edge_w3 {
	width: 520px;
    padding-top: 18px;
}
.edge_ico3, .edge_ico4 {
	top: 2px;
	left: 564px;
}
/*设备*/
.show {
	background: url(../image/showbg.png) no-repeat center 0;
	margin-top: -102px;
	position: relative;
	padding: 127px 0 0;
	height: 805px;
}
.show .til01, .newbox .til01 {
	color: #fff;
	height: 130px;
}
.show .til01 {
    margin-top: 40px;
    margin-bottom: 30px;
}
.newbox .til01{
	margin-bottom: 20px;
}
.show .til01 p, .show .til01 a {
	color: #fff;
}
.showtil {
	height: 91px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 0 0 0 430px;
}
.showtil li {
	width: 164px;
	line-height: 48px;
	float: left;
	background: #868686;
	margin: 0 9px 0 0;
}
.showtil li.cur {
	background: #1773bc;
	font-weight: bold;
}
.show_c ul {
	width: 1210px;
	position: relative;
}
.show_c li {
	position: relative;
	float: left;
	margin: 0 7px 7px 0;
}
.show_c li span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: rgba(0 , 0 , 0 , 0.4);
}
.show_c li span a {
	color: #fff;
	display: block;
}
.show_c li, .show_c li img {
	width: 293px;
	height: 220px;
	display: block;
	overflow: hidden;
}
.show_c li.show_l1, .show_c li.show_l1 img {
	width: 598px;
	height: 448px;
}
.show_c li.show_l1 span {
	height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.show_c li.show_l2 {
	position: absolute;
	left: 0;
	top: 227px;
}
/*案例*/
.case {
	margin-top: -32px!important;
	position: relative;
	height: 816px;
	line-height: 24px;
}
.case_t {
	width: 345px;
	text-align: center;
}
.case_t li {
	width: 169px;
	height: 197px;
	float: left;
	margin: 0 3px 3px 0;
	background: #787878;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}
.case_t li a {
	color: #fff;
	display: block;
}
.case_t li em {
	display: block;
	font-size: 12px;
	line-height: 14px;
	opacity: 0.3;
	text-transform: uppercase;
}
.case_t li span {
	width: 53px;
	height: 53px;
	display: block;
	margin: 35px auto 10px;
	position: relative;
	overflow: hidden;
}
.case_t li span i {
	width: 53px;
	height: 53px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.case_t li span i.default {
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.case_t li span i.hover {
	opacity: 1;
	visibility: visible;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.case_t li.cur span .default {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
}
.case_t li.cur span .hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
}
.case_t li.cur {
	background: #1773bc;
}
.case_c {
	width: 841px;
}
.case_c dl {
	background: #ebebeb;
	height: 597px;
}
.case_c dt, .case_c dt img {
	width: 841px;
	height: 479px;
	display: block;
	overflow: hidden;
}
.case_c dd {
	padding: 10px 26px 0;
}
.case_c dd h3 {
	font-size: 20px;
	line-height: 44px;
	color: #363739;
	height: 44px;
	overflow: hidden;
}
.case_c dd h3 a {
	color: #363739;
	display: block;
}
.case_c dd p a {
	color: #1773bc;
	display: inline-block;
}
/*资讯*/
.newbox {
	overflow: hidden;
	line-height: 24px;
	height: 630px;
	/*background: url(../image/newbg.jpg) no-repeat center 0;*/
	color: #aaacab;
}
.new1 {
	width: 580px;
}
.new2 {
	width: 580px;
}
.newtil {
	height: 62px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	background: url(../image/newtbg.png) no-repeat 102px 18px;
	font-weight: normal;
}
.newtil a {
	display: inline-block;
	color: #fff;
}
.newtil span {
	font-size: 14px;
	font-weight: normal;
	float: right;
}
.new_c1 dl {
}
.new_c1 dt, .new_c1 dt img {
    width: 580px;
    height: 326px;
	display: block;
	overflow: hidden;
}
.new_c1 dd {
	padding: 22px 20px 0;
}
.new_c1 dd h4 {
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.new_c1 dd h4 em {
	display: block;
	float: left;
	width: 73px;
	line-height: 26px;
	border-radius: 13px;
	background: #1773bc;
	margin: 0 12px 0 0;
	font-size: 16px;
	text-align: center;
}
.new_c1 dd h4 a, .new_c1 dd p a, .new_c2 dd h4 a, .new_c2 dd p a, .faqs h3 a, .faqs_c p a {
	color: #33393d;
}
.new_c1 ul {
	background: #f2f2f2;
	padding: 24px 21px;
}
.new_c1 li {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.new_c1 li span {
	float: right;
	color: #33393d;
    font-size: 16px;	
}
.new_c1 li a {
    display: inline-block;
    color: #33393d;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
}
.new_c2 {
	height: 285px;
}
.new_c2 dl {
    height: 122px;
    border: 1px #eaeaea solid;
    margin-bottom: 20px;
}
.new_c2 dt, .new_c2 dt img {
    height: 122px;
    width: 200px;
	float: left;
	overflow: hidden;
}
.new_c2 dd {
	width: 332px;
	float: right;
	overflow: hidden;
	padding: 14px 15px;
}
.new_c2 dd a{
	color: #1773bc;
}
.new_c2 dd h4 {
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.new_c2 dd h4 a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 70%;
}
.new_c2 dd h4 span{
	display: block;
	width: 26%;
    font-size: 13px;
    color: #33393d;
    text-align: right;
}
.new_c2 dd p {
	line-height: 1.6em;
    color: #999;
    font-size: 13px;
    text-align: justify;
}
.faqs {
	height: 336px;
	background: #404040;
}
.faqs h3 {
	height: 82px;
	background: url(../image/ico02.gif) no-repeat 0 21px;
	line-height: 68px;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	padding: 0 0 0 27px;
}
.faqs_c {
	padding: 0 20px 0 31px;
}
.faqs_c h4 {
	height: 35px;
	background: url(../image/ico03.gif) no-repeat 0 0;
	padding: 0 0 0 36px;
	line-height: 20px;
	color: #aaacab;
}
.faqs_c h4 a {
	color: #aaacab;
}
.faqs_c h4.sidenavcur {
	background: url(../image/ico04.gif) no-repeat 0 0;
	color: #fff;
}
.faqs_c h4.sidenavcur a {
	color: #fff;
}
.faqs_c p {
	height: 96px;
}
/*关于*/
.abobox {
	line-height: 30px;
	color: #737373;
	margin-top: -32px!important;
	position: relative;
	text-align: center;
}
.about_w {
	padding: 4px 68px 0;
}
.about_w h3 {
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	font-size: 24px;
	color: #33393d;
}
.about_w h3 a {
	color: #33393d;
}
.about_w p {
	display: block;
	height: 88px;
	overflow: hidden;
}
.about_w span a {
	color: #fff;
	width: 186px;
	line-height: 43px;
	display: block;
	text-align: center;
	background: url(../image/morebg1.png) no-repeat 0 0;
	font-size: 16px;
	height: 67px;
	margin: 0 auto;
}
/*.about_p,.about_p img{width:1200px;height: 426px;display: block;overflow: hidden;}*/


.banner .banner_arrow{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 1;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 50%;
	cursor: pointer;
	margin-top: -25px;
	background-image: url(../image/banner_arrow.png);
	transition: all ease 0.4s;
}
.banner:hover .banner_arrow{
	opacity: 1;
	visibility: visible;
}
.banner_arrow:hover{
	background-color: rgba(0, 0, 0, 0.8);
}
.prev_banner{
	background-position: 0 0;
	left: 8%;
}
.next_banner{
	background-position: 0 -50px;
	right: 8%;
}
@media screen and (max-width: 1600px){
	.prev_banner{
		left: 5%;
	}
	.next_banner{
		right: 5%;
	}
}
.swiper-container_2{
	width: 100%;
	overflow: hidden;
}
.swiper-container_2 .swiper-slide{
	overflow: hidden;
}
.swiper-container_2 .swiper-slide img{
	max-width: 100%;
}
.swiper-container_2 > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.swiper-container_2 .img_box{
	width: 100%;
	padding-top: 75%;
	height: 0;
	background-size: cover;
	background-position: center;
}
.swiper-container_2 .name{
	background: #fff;
	color: #333;
	padding: 12px;
	text-align: center;
}

